bitkeeper revision 1.1662.1.15 (42a5968eiZE_DjdIFPjxvzLw6ACvCQ)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 7 Jun 2005 12:43:58 +0000 (12:43 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 7 Jun 2005 12:43:58 +0000 (12:43 +0000)
commit29c9e570b1eddfd6df789e08da65cf4ddec5f6fe
treebf79ad3040d05ee9e05a60df3b8a364fcfa236dc
parent636a81e9701d001f4c9108f722014f48f59eabbd
bitkeeper revision 1.1662.1.15 (42a5968eiZE_DjdIFPjxvzLw6ACvCQ)

Add xenstore daemon and library.
Makefile:
  Add xenstore subdirectory.
  Remove xs_stress on clean.
Many files:
  new file
ignore:
  Update ignore list for xenstore.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (authored)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
40 files changed:
.rootkeys
BitKeeper/etc/ignore
tools/Makefile
tools/xenstore/.gdbinit [new file with mode: 0644]
tools/xenstore/Makefile [new file with mode: 0644]
tools/xenstore/TODO [new file with mode: 0644]
tools/xenstore/fake_libxc.c [new file with mode: 0644]
tools/xenstore/list.h [new file with mode: 0644]
tools/xenstore/talloc.c [new file with mode: 0644]
tools/xenstore/talloc.h [new file with mode: 0644]
tools/xenstore/talloc_guide.txt [new file with mode: 0644]
tools/xenstore/testsuite/01simple.sh [new file with mode: 0644]
tools/xenstore/testsuite/02directory.sh [new file with mode: 0644]
tools/xenstore/testsuite/03write.sh [new file with mode: 0644]
tools/xenstore/testsuite/04rm.sh [new file with mode: 0644]
tools/xenstore/testsuite/05filepermissions.sh [new file with mode: 0644]
tools/xenstore/testsuite/06dirpermissions.sh [new file with mode: 0644]
tools/xenstore/testsuite/07watch.sh [new file with mode: 0644]
tools/xenstore/testsuite/08transaction.sh [new file with mode: 0644]
tools/xenstore/testsuite/09domain.sh [new file with mode: 0644]
tools/xenstore/testsuite/test.sh [new file with mode: 0755]
tools/xenstore/utils.c [new file with mode: 0644]
tools/xenstore/utils.h [new file with mode: 0644]
tools/xenstore/xenstored.h [new file with mode: 0644]
tools/xenstore/xenstored_core.c [new file with mode: 0644]
tools/xenstore/xenstored_core.h [new file with mode: 0644]
tools/xenstore/xenstored_domain.c [new file with mode: 0644]
tools/xenstore/xenstored_domain.h [new file with mode: 0644]
tools/xenstore/xenstored_test.h [new file with mode: 0644]
tools/xenstore/xenstored_transaction.c [new file with mode: 0644]
tools/xenstore/xenstored_transaction.h [new file with mode: 0644]
tools/xenstore/xenstored_watch.c [new file with mode: 0644]
tools/xenstore/xenstored_watch.h [new file with mode: 0644]
tools/xenstore/xs.c [new file with mode: 0644]
tools/xenstore/xs.h [new file with mode: 0644]
tools/xenstore/xs_lib.c [new file with mode: 0644]
tools/xenstore/xs_lib.h [new file with mode: 0644]
tools/xenstore/xs_random.c [new file with mode: 0644]
tools/xenstore/xs_stress.c [new file with mode: 0644]
tools/xenstore/xs_test.c [new file with mode: 0644]